for...in Statement (JScript 5.6)

Executes one or more statements for each property of an object, or each element of an array.

for (variable in [object | array])
      statements 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also